Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commits v3.3.2 (aaa1e9b0)

ddb02a7 Sudo-Ivan 2026-01-02 02:09:13 - 7 months ago
feat(websocket, demo): enhance WebSocket connection handling in demo mode with improved feedback and connection logic

459b54d Sudo-Ivan 2026-01-02 01:56:00 - 7 months ago
chore(build): add MANIFEST.in for package data inclusion and update pyproject.toml for setuptools configuration

285c1a7 Sudo-Ivan 2026-01-02 01:42:16 - 7 months ago
refactor(build): streamline build workflow by consolidating jobs, adding version input, and enhancing artifact handling

e6f8e76 Sudo-Ivan 2026-01-02 01:36:12 - 7 months ago
feat(docker, nginx): optimize Dockerfile for frontend build and enhance demo server configuration with mock files and improved WebSocket feedback

96300a8 Sudo-Ivan 2026-01-02 01:29:52 - 7 months ago
feat(nginx): enhance demo configuration with caching headers, gzip compression, and improved asset handling

b06a832 Sudo-Ivan 2026-01-02 01:25:30 - 7 months ago
feat(nginx): enhance WebSocket support in demo configuration with proxy settings

9114d8a Sudo-Ivan 2026-01-02 01:18:18 - 7 months ago
chore(dependencies): update content-hash in poetry.lock and refine dependencies in pyproject.toml

8226f4e Sudo-Ivan 2026-01-02 01:18:12 - 7 months ago
chore(build): update poetry version requirement to >=2.0.0 in build workflow

3e37bb2 Sudo-Ivan 2026-01-02 01:18:07 - 7 months ago
chore(version): update version string format in version.py

0335469 Sudo-Ivan 2026-01-02 01:18:00 - 7 months ago
feat(meshchat): add public API endpoint for status check

72d09e2 Sudo-Ivan 2026-01-02 01:03:56 - 7 months ago
refactor(voicemail): remove unused opus_path variable from VoicemailManager

fec2f22 Sudo-Ivan 2026-01-02 01:03:53 - 7 months ago
fix(meshchat): specify exception types in command parsing to improve error handling

f09da90 Sudo-Ivan 2026-01-02 01:03:49 - 7 months ago
chore(assets): update logo image to the latest version

3f04af2 Sudo-Ivan 2026-01-02 01:01:28 - 7 months ago
feat(version): bump version to 3.0.0 and add homepage URL in package.json and pyproject.toml

5e8e862 Sudo-Ivan 2026-01-02 01:01:22 - 7 months ago
feat(locales): add name and placeholder fields for forwarding rules in German, English, and Russian translations

00fa09a Sudo-Ivan 2026-01-02 01:01:16 - 7 months ago
feat(forwarder): add name input field for new rules and update layout in ForwarderPage

147e945 Sudo-Ivan 2026-01-02 01:01:07 - 7 months ago
feat(version): update version to 3.0.0 and enhance cx_setup to include 'bin' directory if it exists

a526e88 Sudo-Ivan 2026-01-02 00:59:01 - 7 months ago
chore(Dockerfile): add ffmpeg, espeak-ng, and opusfile dependencies for enhanced media processing capabilities

0f9e1a7 Sudo-Ivan 2026-01-02 00:58:52 - 7 months ago
chore(workflows): update Python version to 3.13 in build.yml for compatibility

f4de989 Sudo-Ivan 2026-01-02 00:58:02 - 7 months ago
chore(workflows): update action versions in build.yml for improved stability and performance

73c07bc Sudo-Ivan 2026-01-02 00:37:38 - 7 months ago
feat(forwarding): extract and handle image, audio, and file attachment fields for LXMF messages in ReticulumMeshChat

4b58683 Sudo-Ivan 2026-01-02 00:35:47 - 7 months ago
fix(locales): update descriptions for LXMF Forwarder in German, English, and Russian translations to remove reference to SimpleLogin

14f4eb3 Sudo-Ivan 2026-01-02 00:35:40 - 7 months ago
feat(forwarding): announce forwarding aliases in ReticulumMeshChat if forwarding manager is present

ef9f8ad Sudo-Ivan 2026-01-02 00:35:28 - 7 months ago
feat(conversation): add location sharing and request functionality with telemetry support in ConversationViewer

96725c8 Sudo-Ivan 2026-01-02 00:35:23 - 7 months ago
feat(forwarding): add configuration parameter to ForwardingManager initialization for enhanced flexibility

74c4b4a Sudo-Ivan 2026-01-02 00:35:19 - 7 months ago
feat(forwarding): extend ForwardingManager to include configuration support and add announce_aliases method for destination announcements

8aa7913 Sudo-Ivan 2026-01-02 00:35:14 - 7 months ago
feat(conversation): add validation for destination hash in ping functionality to ensure correct format and existence

48abc8b Sudo-Ivan 2026-01-02 00:35:10 - 7 months ago
feat(map): add telemetry marker overlay and websocket integration for real-time updates on map page

cd17fb2 Sudo-Ivan 2026-01-02 00:35:07 - 7 months ago
feat(call): enhance CallPage component with improved voicemail settings, greeting upload functionality, and UI refinements for better user experience

40147de Sudo-Ivan 2026-01-02 00:35:01 - 7 months ago
feat(telemetry): implement TelemetryDAO class for managing telemetry data operations including upsert, retrieval, and deletion

4f21d77 Sudo-Ivan 2026-01-02 00:34:56 - 7 months ago
feat(database): update schema to include lxmf_telemetry table and associated indexes for improved telemetry data management

c4c64b7 Sudo-Ivan 2026-01-02 00:34:52 - 7 months ago
feat(database): add TelemetryDAO to Database class for enhanced telemetry data management

cadf6fe Sudo-Ivan 2026-01-02 00:34:47 - 7 months ago
feat(voicemail): refactor VoicemailManager to use config for settings, add greeting conversion and removal methods

0889cd0 Sudo-Ivan 2026-01-02 00:34:42 - 7 months ago
feat(telemetry): add Sensor and Telemeter classes for telemetry data handling and location packing/unpacking

3d4a1fb Sudo-Ivan 2026-01-02 00:34:38 - 7 months ago
feat(forwarding): enhance ForwardingManager to support dynamic routing and delivery callbacks

bdbf746 Sudo-Ivan 2026-01-02 00:34:34 - 7 months ago
feat(telemetry): implement telemetry handling and greeting management in ReticulumMeshChat

3f9a22e Sudo-Ivan 2026-01-02 00:34:29 - 7 months ago
fix(docs): correct minor typo in README.md regarding project affiliation

d45b82a Sudo-Ivan 2026-01-02 00:34:22 - 7 months ago
feat(electron): add support for ignoring SSL certificate errors in main process

971cfd3 Sudo-Ivan 2026-01-02 00:34:14 - 7 months ago
refactor(docker): update indentation in docker-compose demo configuration for consistency; enhance Nginx configuration with mock call responses and call history endpoints

7be7ecc Sudo-Ivan 2026-01-02 00:08:28 - 7 months ago
chore(docker): remove port mapping from demo docker-compose configuration

0c22610 Sudo-Ivan 2026-01-01 23:58:49 - 7 months ago
feat(components): introduce dynamic logo paths for NetworkVisualiser and ToolsPage components

2abc5e7 Sudo-Ivan 2026-01-01 23:36:59 - 7 months ago
feat(assets): add logo image and update image references in App.vue and AuthPage.vue to use dynamic source

864c17c Sudo-Ivan 2026-01-01 23:34:26 - 7 months ago
chore(workflows): remove deprecated Bearer PR Check and Dependency Review workflows

a6a9965 Sudo-Ivan 2026-01-01 23:34:09 - 7 months ago
chore(workflows): upgrade pnpm version from 9 to 10 in build configuration

e4ff17f Sudo-Ivan 2026-01-01 23:33:19 - 7 months ago
chore(workflows): update action references to use custom GitLab URLs for consistency

4b5e5b6 Sudo-Ivan 2026-01-01 23:22:09 - 7 months ago
refactor(components): improve code readability by formatting div elements in App.vue and AuthPage.vue

66572f6 Sudo-Ivan 2026-01-01 23:19:38 - 7 months ago
feat(database): add notification viewed state table and associated indices for version 14

a6c8696 Sudo-Ivan 2026-01-01 23:19:35 - 7 months ago
feat(notification): implement notification viewed state management with mark as viewed and check functionality

73db65b Sudo-Ivan 2026-01-01 23:19:31 - 7 months ago
fix(version): correct version string formatting in version.py

eb84210 Sudo-Ivan 2026-01-01 23:19:28 - 7 months ago
feat(voicemail): add greeting audio endpoint and update voicemail settings configuration

df80587 Sudo-Ivan 2026-01-01 23:19:23 - 7 months ago
feat(demo): add tasks to build and run frontend-only demo Docker image

c174d4a Sudo-Ivan 2026-01-01 23:19:18 - 7 months ago
feat(demo): add read-only demo dockerfile and nginx api mocking.

9d2a19a Sudo-Ivan 2026-01-01 23:18:41 - 7 months ago
chore(i18n): update translations

8d83049 Sudo-Ivan 2026-01-01 23:18:13 - 7 months ago
Add demo mode indicator, improve layout responsiveness, and enhance notification handling

7ff6a5e Sudo-Ivan 2026-01-01 22:32:19 - 7 months ago
Update README.md to clarify project affiliation and enhance feature descriptions

23dbe7b Sudo-Ivan 2026-01-01 22:25:23 - 7 months ago
1.0.0

9df89fe ivan 2026-01-01 22:15:02 - 7 months ago
Upload files to "meshchatx.png"

7160078 Sudo-Ivan 2026-01-01 22:05:29 - 7 months ago
0.1.0

65044a5 Sudo-Ivan 2026-01-01 22:00:04 - 7 months ago
first commit

« Newer | Page 2


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────